Welcome![Sign In][Sign Up]
Location:
Search - socket udp

Search list

[VxWorksudp

Description: vxworks 下的网络程序源码---UDP源代码例子-VxWorks Network--- UDP source program source code examples
Platform: | Size: 9216 | Author: 李志海 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[Internet-Networkudp

Description: linux upd套接字写的服务器客户端程序-linux upd socket server to write client programs
Platform: | Size: 2048 | Author: 任鹏 | Hits:

[Internet-NetworkUDPSendTimes

Description: udp发送时间数据和文字服务器端,socket多线程,可以实现类似qq服务器的功能-udp send time data and text server-side, socket multi-threaded, you can realize the function of a similar server qq
Platform: | Size: 3828736 | Author: yuanyongjian | Hits:

[uCOSZlg_IP

Description: 基于LPC2132的ZLG的IP协议包,包括SOCKET,UDP以及TCP协议等-ZLG on the LPC2132 the IP protocol packet, including SOCKET, UDP and TCP protocol, etc.
Platform: | Size: 36864 | Author: 张雷 | Hits:

[Internet-Networksocket

Description: 一个基本的SOCKET通讯的例子,可实现TCP和UDP协议通讯-SOCKET a basic example of communication, enabling TCP and UDP communication protocol
Platform: | Size: 3314688 | Author: 范小雨 | Hits:

[Windows CECCESocket_demo

Description: a general purpose TCP/UDP socket class for WinCE
Platform: | Size: 56320 | Author: zhang | Hits:

[Internet-NetworkTCP.UDP

Description: 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。-On TCP, UDP network programming protocols, procedures realize the client and server communications connections to establish a connection through the socket, you can send a message to receive each other.
Platform: | Size: 64512 | Author: 周人 | Hits:

[TCP/IP stacknet_program_design

Description: 一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..
Platform: | Size: 630784 | Author: 张勇 | Hits:

[Internet-Networktest-net

Description: tcp udp socket 网络编程 linux-tcp udp socket network programming linux
Platform: | Size: 3072 | Author: uleone | Hits:

[TCP/IP stackvc_socket

Description: vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-)-vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
Platform: | Size: 7257088 | Author: 何俊斌 | Hits:

[CommunicationDataLinkLayerUDP(1)

Description: 这是一款教学实验的源代码,数据链路控制规程的演示,用SOCKET(UDP) 通信平台实现点对点数据链路控制规程,演示了滑动窗口控制协议(GO-BACK-N)的工作原理的理解。-This is a teaching experiment
Platform: | Size: 197632 | Author: Tony Yau | Hits:

[Internet-NetworkGoBackN

Description: 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the working principle of a further understanding of SOCKET (UDP) communication platform to achieve point-to-point data link control protocols, the basic requirements: ※ ※ the establishment of data link disconnect the data link to send and receive data ※ ※ ※ error control procedures and other communications ※ keyboard conversation
Platform: | Size: 2409472 | Author: Tony Yau | Hits:

[Internet-NetworkSocket

Description: socket通信,支持udp/tcp通信,广播方式-socket communications, support for udp/tcp communication, broadcasting
Platform: | Size: 4096 | Author: 郭克新 | Hits:

[Internet-NetworkudpSample

Description: Sample UDP Socket Client/Server For Java version
Platform: | Size: 2048 | Author: aliase | Hits:

[TCP/IP stackUDPPinger

Description: JAVA编写的,用UDP Socket的PING,会返回10个PING 响应时间-JAVA prepared, using UDP Socket
Platform: | Size: 4096 | Author: Victor Chou | Hits:

[JSPjavaNetworkProgrammingExamples

Description: 本书是一本以网络应用实例为主的实用型参考书,主要包括访问纲络资源、网络applet小程序、socket、udp协议通讯、网络传播,邮件收发,运程方法调用等实例。-This book is a web-based application examples of practical reference books, including access network resources, network applet applet, socket, udp protocol communication, network communication, mail, remote method invocation, such as examples.
Platform: | Size: 47524864 | Author: 韩冰 | Hits:

[Internet-NetworkUdpOfSocket

Description: socket udp 客户端的实现 socket udp 客户端的实现-socket udp realize the client socket udp client realize
Platform: | Size: 741376 | Author: 李广柱 | Hits:

[.netTinyUDP_src

Description: 用socket的UDP发送接收信息的, VB.Net源代码。 -With the UDP send socket to receive the information, VB.Net source code.
Platform: | Size: 35840 | Author: 沐NeMo | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net